home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / share / irssi / help / dcc < prev    next >
Text File  |  2006-05-02  |  2KB  |  42 lines

  1.  
  2. DCC CLOSE %|<type> <nick> [<file>]
  3. DCC SERVER %|[+|-scf] [port]
  4. DCC RESUME %|[<nick> [<file>]]
  5. DCC CHAT %|[-passive] [<nick>]
  6. DCC GET %|[<nick> [<file>]]
  7.  
  8. /DCC LIST
  9.     - Shows all the open DCC connections.
  10. /DCC RESUME [<nick> [<file>]]
  11.     - Resumes a DCC SEND/GET connection.
  12. /DCC CHAT [-passive] [<nick>]
  13.     - Sends a chat connection request to remote client or accepts 
  14.       a chat connection if the remote end has already sent a request.
  15.       If -passive is used then the passive DCC protocol is used (as mIRC
  16.       can do). This is useful to bypass a NAT/firewall which limit your
  17.       possibility in listening for remote connections.
  18. /DCC GET [<nick> [<file>]]
  19.     - Gets the file offered by remote client. The file is downloaded and
  20.       saved into the current working directory.
  21. /DCC SEND [-passive] [-append | -prepend | -flush | -rmtail | -rmhead]
  22.           <nick> <file> [<file> ...]
  23.     - Sends a DCC SEND request to remote client. Remote end has to accept
  24.       the request before the transmission can be started. Giving multiple
  25.       files queues them. File names may contain shell expansion
  26.       characters: * ? [] ~ (~ expansion may not be supported on all
  27.       platforms). Files with spaces in their names need to be quoted (eg.
  28.       "file name"). If -passive is used then the passive DCC protocol is
  29.       used (as mIRC and xchat > 2.0.7 can do). This is useful to bypass a
  30.       NAT/firewall which limit your possibility in  listening for remote
  31.       connections.
  32. /DCC SERVER [<+|-scf> <port>]
  33.     - Starts a DCC SERVER on the specified port. The remote can connect
  34.       to this server and initiate chat, send and fserve requests. You can
  35.       specify + or - using any combination of the flags 's' (Send),
  36.       'c' (Chat), or 'f' (Fserver).
  37. /DCC CLOSE <type> <nick> [<file>]
  38.     - Closes a DCC-connection. Type can be either SEND, GET or CHAT.
  39.  
  40. See also: CD
  41.  
  42.